home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
modelers
/
moray
/
enviro.inc
< prev
next >
Wrap
Text File
|
1994-01-11
|
570b
|
38 lines
//
// This include file contains a green (grassy) plane for a floor and a
// blue sky.
//
plane {
<0.0, 0.0, 1.0>, -0.01
texture {
pigment {
rgb <0.0, 0.8, 0.2>
}
finish {
ambient 0.4
diffuse 0.3
phong 0.2
phong_size 5
}
}
}
sphere {
<0, 0, 0>, 1
texture {
pigment {
gradient z
color_map {
[0, 1 color rgb <0.9,0.9,1.0> color rgb <0.4,0.5,1.0> ]
}
}
finish {
ambient 1.0
diffuse 0.0
}
}
scale <1000,1000,1000>
}